home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------------------------------------------------------------
- ;FBDIFF configuration file
- ;
- ;Lines begining with ';' are comments.
- ;
- ;This setup is only an example. You will need to edit this file to suit your
- ;own requirements.
- ;-------------------------------------------------------------------------------
-
- report G:\network\logs\difflist ;create a report 132 columns wide
- reportwidth 132 ;
-
- scan C:\*.* ;Scan all files on drives C thru H
- scan D:\*.* ;
- scan E:\*.* ;
- scan F:\*.* ;
- scan G:\*.* ;
- scan H:\*.*
- ;Scan, but don't report on changes to
- ;these files
- exclude G:\TEMP\*\* ;Ignore everything in TEMP's subdirs
- exclude H:\swapper.dat ;Why report on the swap file?
- exclude H:\watcom\project\fbdiff\*
- exclude G:\network\msgbase\* ;My messagebase
- exclude G:\filebase\*
- exclude G:\network\logs\*
- exclude F:\* ;My emerg boot partition
- exclude G:\network\bink\binkley.scd
- exclude G:\network\bink\binkley.day
-
- dupescan ;Enable duplicate scanning
- dupedetect name ;scan duplicates by name only
- ;dupedetect size crc ;scan duplicates by name, size and crc
- exclude G:\temp\* ;don't look for dupes here
- exclude D:\OS2\*
- exclude F:\*
- exclude *files.bbs
-
- crcscan * ;calculate CRCs for all files